quarkx.helppopup("This brush, named '%s', was generated by a duplicator or negative brush, whose containing group has been selected."%current.name)
return last
next = current.subitems[node.index-1]
if node.name!=next.name:
error="expected: %s; actual %s"%(node.name, next.name)
quarkx.msgbox("name discrepancy, "+error,
MT_ERROR,MB_OK)
last = current
current = next
return current
class BrushNumDlg(SimpleCancelDlgBox):
#
# dialog layout
#
size = (160, 75)
dfsep = 0.6
flags = FWF_KEEPFOCUS
dlgdef = """
{
Style = "9"
Caption = "Brush Number Dialog"
brushnum: =
{
Txt = "Brush Number:"
Typ = "EF2"
Hint = "Enter entity and brush numbers, separated by space, as specified in compile" $0D "tool output (e.g. 0 2). Brush will be selected on <enter> if possible." $0D "The use of duplicators may create difficulties."